(gif_format): Use :index, not :image.
authorJason Rumney <jasonr@gnu.org>
Sat, 23 Aug 2008 04:03:50 +0000 (04:03 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 23 Aug 2008 04:03:50 +0000 (04:03 +0000)
src/ChangeLog
src/image.c

index afcc9235b337279b05af851819de8f30f6085d33..4692bdb5ba076f14e3abd2283d5433e6236c45d8 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-23  Jason Rumney  <jasonr@gnu.org>
+
+       * image.c (gif_format): Use :index, not :image.
+
 2008-08-21  \e$,1 P\e(Bsmail D\e,Av\e(Bnmez  <ismail@namtrac.org>  (tiny change)
 
        * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on
index befddefe99b706a31e1e08afe3a3ed7d0b03530c..0045770ac55055cbd2d9bd5310bb35d369c31d27 100644 (file)
@@ -7937,7 +7937,7 @@ static struct image_keyword gif_format[GIF_LAST] =
   {":conversion",      IMAGE_DONT_CHECK_VALUE_TYPE,            0},
   {":heuristic-mask",  IMAGE_DONT_CHECK_VALUE_TYPE,            0},
   {":mask",            IMAGE_DONT_CHECK_VALUE_TYPE,            0},
-  {":image",           IMAGE_NON_NEGATIVE_INTEGER_VALUE,       0},
+  {":index",           IMAGE_NON_NEGATIVE_INTEGER_VALUE,       0},
   {":background",      IMAGE_STRING_OR_NIL_VALUE,              0}
 };